/* 
 * General Styling and Typography
 *
 *********************************/

* {     
	outline:0;
	padding:0;
	margin:0;
	}
ul, li {
	margin:0;
	padding:0;
	}
ul {
	list-style:none;
	}
	
body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:35px;
	color:#727272;
	background-color: #fff;
	}

a {color:#61abd6;}
a:hover {color:#4f8eb3;}
	
a img {
	border:0;
	}
	
a {
	text-decoration:none;
	outline:none;
	}
	
hr {
	border:0;
	border-top:1px solid #f4f4f4;
	}
		
/* 
 * Layout Settings
 *
 *********************************/
.container {
    width: 960px;
	margin:0 auto;
	position: relative;
    }	
.wrapper {
	width:960px;
	margin:0 auto;
	position: relative;
	}
	
.header {
	height:85px;
	position: relative;
	}
.logo {
	float:left;
	position: relative;
	}
.info-search {
	float:right;
	font-size:12px; 
	position: relative;
	width: 300px;
	height: 75px;
	}
		
.info-search .info {
	background:url(../images/mail.png) no-repeat left;
	padding-left:25px;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#727272
	}
	
		
.info-search .info .emailInfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#727272;
	
	}
		
.info-search .phone {
	color:#494949;
    }
.info  strong{
	color:#494949;
	}
.divider {border-bottom: 1px solid #F4F4F4; margin-bottom: 20px; width: 100%}
	
.entry-content p {color: #727272;}			
.abovecontent {
	font-family: Arial, Helvetica, sans-serif;
	}

.menucontainer {
		height:50px;
		border-top:1px solid #f4f4f4;
		border-bottom:1px solid #f4f4f4;
		position: relative;
	}
	
/* 
 * Header Settings
 *
 *********************************/
	
.title {
	float:left;
	margin-top:18px;
	color:#7a7a7a;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
		
.menu {
	list-style:none;
	float:right;
	margin-top:17px;
	position: relative;
	}
	
.menu li {
	float:left;
	margin:0 15px;
	position: relative;
	}
			
.menu li a {
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}


.menu li a {color: #979797;}
.menu li a:hover {color:#3e3e3e;}
.footer-menu li a {color: #979797;}
.footer-menu li a:hover {color:#3e3e3e;}
.menu li.current-menu-item a,.menu li.current-post-ancestor a {color:#3e3e3e;}

					
/* 
 * Pages Content Settings
 *
 *********************************/
 
.pagecontent {
	line-height:1.7em;
	padding-top: 20px;
	}
	
.pagecontent p {
	margin-bottom:25px;
	}
.pagecontent a {
	margin-bottom:25px;
	color:#35b1ff;
	}
.pagecontent h2.articlecat {
	margin-bottom: 16px;
	margin-top: 15px;
	}

.pagecontent a {color:#61abd6;}
.pagecontent a:hover {color:#4f8eb3;}


/* 
 * Footer Settings
 *
 *********************************/
		
.footer {
	background:#f2f2f2;
	padding:25px 0;
	}
.footer_left {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:570px;
	}

/* 
 * Typography 
 *
 **************************************/

	.pagecontent h1 {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 20px; margin-bottom: 20px;}
	.pagecontent h2 {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 18px; margin-bottom: 15px;}
	.pagecontent h3 {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; margin-bottom: 20px;}
	.pagecontent h4 {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; margin-bottom: 20px;}
	.pagecontent h5 {font-weight: bold; font-size: 11px;}
	.pagecontent h1, .pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5 {color: #666;}
	.clearboth {
		clear:both;
	}
.dropcapred {
	float:left;
	margin:-2px 2px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#3a7fb5;
	}
	
.dropcapblue {
	float:left;
	margin:-2px 2px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#3a7fb5;
	}	
	
/*	MORE INFORMATION BOXES
___________________________________________________________________ */
.infobox {
	margin: 0 0 20px 0;
	font-size: 12px;
}
.infobox h3 {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #f4f4f4;
}
.further-info {
	width:350px;
	margin-bottom: 40px;
	float: right;
}
.further-info ul {
	margin: 0;
	padding: 0;
	font-size:11px;
}
.further-info span {
	color: #ccc;
	display: block;
	float: left;
	text-transform: uppercase;
	margin-left:-50px;
}
.further-info li {
	list-style-type: none;
	padding: 8px 0 6px 50px;
	margin: 0;
	display: block;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}
.further-info li:first-child {
	padding-top: 2px;
}
.further-info li a {
	color: #444;
}

/*----------------------------------------------------*/
/*Video Styles*/
/*----------------------------------------------------*/

iframe{
	float:left;
	background-image:url(../images/site-deco.png);
	padding:10px;
	margin-right:25px;
	margin-bottom:25px;
	background-color: #FFFFFF;
}

.video-heading{
	color:#6d6d6d;
	float:left;
	padding-left:20px;
}

.video-text{
	padding-bottom:2px;
	padding-left:0px;
	margin-left:20px;
	padding-top:15px;
	width:350px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f4f4f4;
}

/*End Of Video Styles*/

/*----------------------------------------------------*/
/*VIDEOS Style */
/*----------------------------------------------------*/

/*img.videos-img{
	float:left;
	background-image:url(../images/site-deco.png);
	padding:8px;
}

#videos{
	display:block;
	width:960px;
	padding-bottom:20px;
}*/

.videos-wrapper{
	/*width:881px*/;
	height:371px;
	margin-bottom:30px;
}

/*h2.videos-heading{
	font-weight:lighter;
	color:#6d6d6d;
	text-align:left;
	float:left;
	padding-left:30px;
	width:240px;	
	padding-bottom:30px;
}

p.videos-text{
	display:block;
	color:#6d6d6d;
	float:left;
	width:245px;
	line-height:22px;
	padding-left:30px;
	margin-bottom:23px;
}

img.port-one-over{
	filter:alpha(opacity=0);
	opacity:0;
	position:absolute;
	display:block;
	width:591px;
	height:296px;
	margin-top:8px;
	margin-left:8px;
}*/
/* End Of vid One Column  */

div.tabs > div {
	margin-top: 3px;
}
		
div.tabs > div h2 {
	margin-top: 0;
}



.abovecontent {
		border-bottom:1px solid #f4f4f4;
	}



/* 
 * vid and Blog Grid Settings
 *
 **************************************/
	
	.w730 .image-grid li div h2.entry-title {color: #666;}
	
	
	.grid-recent .entry-title a, .grid-blog .entry-title a{ color:#666; }
	.grid-recent .entry-title a:hover, .grid-blog .entry-title a:hover { color:#42b6ff; }

	
	.entry-content a:hover em small { color: #2f7bab; }
	
	
	
	.grid-blog h2 { color:#494949;}
	.grid-blog h2 a{ color:#494949;}
	
	.grid-search li { border-bottom: 1px solid #f4f4f4; }
	
	
	.image-grid h2{ color:#494949;}
	.image-grid h2 a{ color:#494949;}
	

.w730 {
		width:960px;
		
	}
.w730 .image-grid li div h2.entry-title {font-size: 14px; color: #666; font-weight: normal;}


	
/* 
 * Grid Settings
 *
 **************************************/
	
	.image-grid li {
	float:left;
	;
	width:200px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
	
	.w730 .image-grid li div h2.entry-title {font-size: 14px; color: #666; font-weight: normal;}
	
	.grid-recent li {
					float:left;
					width: 200px;
					
	}
	.grid-recent li {
		margin: 15px 32px 15px 0;
	}
	.grid-recent li.last {
		margin-right:0;
	}	
	.grid-blog li {
	
			float:left;
			margin:15px 0;
			height: 173px;
			width: 465px;
			
	}
	
	.grid-blog li.first { margin-right: 30px; }
	
	.post_vid {height: 233px;}
	
	.post_vid h2.entry-title {padding-top: 20px;}
	
	.grid-blog .entry-content, .grid-blog .entry-title{ 
		width:200px;
		display:block;


	}
	
	.grid-blog .entry-title{ 
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 16px;
		font-weight:normal;
		margin-bottom: 20px;
	}
	
	.grid-recent .entry-title{ 
		font-family: Arial, Helvetica, sans-serif !important;
		font-size:15px;
		font-weight:normal;
	}
	.grid-recent .entry-title a, .grid-blog .entry-title a{ 
		font-family: Arial, Helvetica, sans-serif !important;
		color:#666;
	}
	.grid-recent .entry-title a:hover, .grid-blog .entry-title a:hover { 
		color:#42b6ff;
	}
	
	.entry-content a em small {
		font-size:11px;
		font-family:Georgia;
	}
	
	.entry-content a:hover em small {
		color: #2f7bab;
	}
	.entry-content p {
		font-size:12px;
		font-family:Helvetica;
		line-height: 1.5em;
	}
	

	
	.image-grid li.first {
					margin-left:0;
	}
	.image-grid li.last {
					margin-right:0;
	}
	.image-grid h2{
		color:#494949;
		margin:0;
		padding:0;
		font-size:14px;
	}
	.image-grid h2 a{
	color:#494949;
	}
	
	label {
	display: none;
	}
	
	input.freifeld, input.pflichtfeld, textarea, select, .file {
	background-color: #F7F7F7;
	font-family: Arial;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #333;
	margin-bottom: 3px;
	padding: 4px 4px 0 10px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #4388bb;
	}
	
	